home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / apple_gi.swf / scripts / DefineButton2_558 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  110b  |  8 lines

  1. on(release){
  2.    if(_parent.isLogin == 1)
  3.    {
  4.       nextFrame();
  5.       _parent.loadData("all");
  6.    }
  7. }
  8.